home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 495 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  845 b 

  1. Path: zib-berlin.de!inf2hro!honshu!gnikl
  2. From: gnikl@informatik.uni-rostock.de (Gunther Nikl)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: GCC: How to compile small executables?
  5. Date: 8 Jan 1996 15:22:38 GMT
  6. Organization: University of Rostock
  7. Message-ID: <4crcru$e3n@taiwan.informatik.uni-rostock.de>
  8. References: <4cr1eo$ops@tuegate.tue.nl>
  9. NNTP-Posting-Host: honshu.informatik.uni-rostock.de
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. Leon Woestenberg (leon@esrac.ele.tue.nl) wrote:
  13.  
  14. > Hello all,
  15.  
  16. > I can't seem to replicate the very small "hello world" executable's size
  17. > (mentioned in the FAQ) using GCC.
  18.  
  19. > Using -O3, and -noixemul doesn't get me far, at least not anywhere near the
  20. > number mentioned (was it 456 bytes?? haven't got the FAQ available here)
  21.  
  22. > Any ideas?
  23.  
  24.   Is the executable stripped (means linking with -s).
  25.  
  26.   Gunther
  27.